Skip to content
This repository was archived by the owner on Apr 7, 2023. It is now read-only.

Conversation

@Geforcex250
Copy link

Fixing the issue when the "env" RequestType is sent by the client, resulting in a client disconnection by the server.

Fixing the issue when the "env" RequestType is sent by the client, resulting in a client disconnection by the server.
});
throw new SshConnectionException(string.Format("Unknown request type: {0}.", message.RequestType));

if (!IsRequestTypeTolerated(message))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your coding and sorry for deferred reply!
Here, could you please print message.RawBytes to show what the package actually is. To help me understanding the mechanism.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants